home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2003 October
/
Australian PC User - October 2003 (CD1).iso
/
resource
/
tools
/
files
/
phshow2.exe
/
Main
/
helpscreen.swf
/
scripts
/
frame_35
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-08-13
|
229 b
|
14 lines
d.textF = "Photo Enhancement";
textClip.gotoAndStop(1);
count = 1;
backbutton._visible = false;
if(1 < textClip._totalframes)
{
forwardButton._visible = true;
}
else
{
forwardButton._visible = false;
}
stop();